| { |
| "_args": [ |
| [ |
| { |
| "name": "tiny-emitter", |
| "raw": "tiny-emitter@^2.0.0", |
| "rawSpec": "^2.0.0", |
| "scope": null, |
| "spec": ">=2.0.0 <3.0.0", |
| "type": "range" |
| }, |
| "/Users/huimin/IdeaProject/baidu/xbu-data/hugegraph-doc-gitbook/node_modules/clipboard" |
| ] |
| ], |
| "_from": "tiny-emitter@>=2.0.0 <3.0.0", |
| "_id": "tiny-emitter@2.0.1", |
| "_inCache": true, |
| "_installable": true, |
| "_location": "/tiny-emitter", |
| "_nodeVersion": "7.10.0", |
| "_npmOperationalInternal": { |
| "host": "s3://npm-registry-packages", |
| "tmp": "tmp/tiny-emitter-2.0.1.tgz_1499253393324_0.34592962940223515" |
| }, |
| "_npmUser": { |
| "email": "scottcorgan@gmail.com", |
| "name": "scottcorgan" |
| }, |
| "_npmVersion": "4.2.0", |
| "_phantomChildren": {}, |
| "_requested": { |
| "name": "tiny-emitter", |
| "raw": "tiny-emitter@^2.0.0", |
| "rawSpec": "^2.0.0", |
| "scope": null, |
| "spec": ">=2.0.0 <3.0.0", |
| "type": "range" |
| }, |
| "_requiredBy": [ |
| "/clipboard" |
| ], |
| "_resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.1.tgz", |
| "_shasum": "e65919d91e488e2a78f7ebe827a56c6b188d51af", |
| "_shrinkwrap": null, |
| "_spec": "tiny-emitter@^2.0.0", |
| "_where": "/Users/huimin/IdeaProject/baidu/xbu-data/hugegraph-doc-gitbook/node_modules/clipboard", |
| "author": { |
| "name": "Scott Corgan" |
| }, |
| "bugs": { |
| "url": "https://github.com/scottcorgan/tiny-emitter/issues" |
| }, |
| "dependencies": {}, |
| "description": "A tiny (less than 1k) event emitter library", |
| "devDependencies": { |
| "@tap-format/spec": "0.2.0", |
| "browserify": "11.2.0", |
| "tape": "4.2.1", |
| "testling": "1.7.1", |
| "uglify-js": "2.5.0" |
| }, |
| "directories": {}, |
| "dist": { |
| "shasum": "e65919d91e488e2a78f7ebe827a56c6b188d51af", |
| "tarball": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.1.tgz" |
| }, |
| "gitHead": "e5440fec657b69f1c5a29617344b1eec81e90cfc", |
| "homepage": "https://github.com/scottcorgan/tiny-emitter#readme", |
| "keywords": [ |
| "event", |
| "emitter", |
| "pubsub", |
| "tiny", |
| "events", |
| "bind" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "maintainers": [ |
| { |
| "email": "scottcorgan@gmail.com", |
| "name": "scottcorgan" |
| } |
| ], |
| "name": "tiny-emitter", |
| "optionalDependencies": {}, |
| "readme": "ERROR: No README data found!", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/scottcorgan/tiny-emitter.git" |
| }, |
| "scripts": { |
| "build": "npm test && npm run bundle && npm run minify", |
| "bundle": "browserify index.js > dist/tinyemitter.js -s TinyEmitter && echo 'Bundled'", |
| "minify": "uglifyjs dist/tinyemitter.js -o dist/tinyemitter.min.js -m && echo 'Minified'", |
| "size": "uglifyjs index.js -o minified.js -m && ls -l && rm minified.js", |
| "test": "testling | tap-format-spec", |
| "test-node": "tape test/index.js | tap-format-spec" |
| }, |
| "testling": { |
| "browsers": [ |
| "iexplore/10.0", |
| "iexplore/9.0", |
| "firefox/16..latest", |
| "chrome/22..latest", |
| "safari/5.1..latest", |
| "ipad/6.0..latest", |
| "iphone/6.0..latest", |
| "android-browser/4.2..latest" |
| ], |
| "files": [ |
| "test/index.js" |
| ] |
| }, |
| "version": "2.0.1" |
| } |