123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "_args": [
- [
- "saferphore@0.0.2",
- "/Users/user/wrk/cjdns"
- ]
- ],
- "_from": "saferphore@0.0.2",
- "_id": "saferphore@0.0.2",
- "_inBundle": false,
- "_integrity": "sha512-gjdCGXxrSKi1oSWJH0vx99WtB2wkjbXPQf6ALHEskLo0e4Vgd57txhracaeLlPt2r4rUiJBe+thriuxS85q7JA==",
- "_location": "/saferphore",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "saferphore@0.0.2",
- "name": "saferphore",
- "escapedName": "saferphore",
- "rawSpec": "0.0.2",
- "saveSpec": null,
- "fetchSpec": "0.0.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/saferphore/-/saferphore-0.0.2.tgz",
- "_spec": "0.0.2",
- "_where": "/Users/user/wrk/cjdns",
- "bugs": {
- "url": "https://github.com/cjdelisle/saferphore/issues"
- },
- "description": "Node Semaphore which has protection against double-returning",
- "devDependencies": {
- "flow-bin": "^0.115.0",
- "jshint": "~2.9.1"
- },
- "homepage": "https://github.com/cjdelisle/saferphore#readme",
- "license": "MIT",
- "name": "saferphore",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cjdelisle/saferphore.git"
- },
- "scripts": {
- "flow": "flow",
- "lint": "jshint --verbose --config .jshintrc --exclude-path .jshintignore .",
- "test": "node test"
- },
- "version": "0.0.2"
- }
|