119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"event-target-shim@^1.0.5",
|
|
"/home/bernhard/freifunk-app/node_modules/react-native"
|
|
]
|
|
],
|
|
"_from": "event-target-shim@>=1.0.5 <2.0.0",
|
|
"_id": "event-target-shim@1.1.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/event-target-shim",
|
|
"_nodeVersion": "4.2.3",
|
|
"_npmUser": {
|
|
"email": "star.ctor@gmail.com",
|
|
"name": "mysticatea"
|
|
},
|
|
"_npmVersion": "3.5.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "event-target-shim",
|
|
"raw": "event-target-shim@^1.0.5",
|
|
"rawSpec": "^1.0.5",
|
|
"scope": null,
|
|
"spec": ">=1.0.5 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-1.1.1.tgz",
|
|
"_shasum": "a86e5ee6bdaa16054475da797ccddf0c55698491",
|
|
"_shrinkwrap": null,
|
|
"_spec": "event-target-shim@^1.0.5",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
|
|
"author": {
|
|
"name": "Toru Nagashima"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mysticatea/event-target-shim/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "An implementation of W3C EventTarget interface.",
|
|
"devDependencies": {
|
|
"browserify": "^12.0.1",
|
|
"browserify-istanbul": "^0.2.1",
|
|
"coveralls": "^2.11.4",
|
|
"eslint": "^1.10.2",
|
|
"eslint-config-mysticatea": "^1.9.0",
|
|
"eslint-plugin-mysticatea": "^1.0.3",
|
|
"eslint-plugin-node": "^0.2.0",
|
|
"espower-loader": "^1.0.0",
|
|
"espowerify": "^1.0.0",
|
|
"istanbul": "^0.4.1",
|
|
"karma": "^0.13.15",
|
|
"karma-browserify": "^4.2.1",
|
|
"karma-chrome-launcher": "^0.2.1",
|
|
"karma-coverage": "^0.5.3",
|
|
"karma-firefox-launcher": "^0.1.6",
|
|
"karma-growl-reporter": "^0.1.1",
|
|
"karma-ie-launcher": "^0.2.0",
|
|
"karma-mocha": "^0.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^2.2.5",
|
|
"npm-run-all": "^1.2.5",
|
|
"power-assert": "^1.2.0",
|
|
"rimraf": "^2.3.4",
|
|
"spy": "^0.1.3",
|
|
"uglify-js": "^2.6.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a86e5ee6bdaa16054475da797ccddf0c55698491",
|
|
"tarball": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-1.1.1.tgz"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"gitHead": "a42f0a2b99fcea18856cbc64ab3b5f0aceaecb7b",
|
|
"homepage": "https://github.com/mysticatea/event-target-shim",
|
|
"keywords": [
|
|
"event",
|
|
"events",
|
|
"eventtarget",
|
|
"shim",
|
|
"w3c"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/event-target.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "mysticatea",
|
|
"email": "star.ctor@gmail.com"
|
|
}
|
|
],
|
|
"name": "event-target-shim",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mysticatea/event-target-shim.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all clean lint test build:*",
|
|
"build:dist": "mkdirp dist && browserify lib/event-target.js --standalone event-target-shim > dist/event-target-shim.js",
|
|
"build:dist-min": "uglifyjs dist/event-target-shim.js --compress --mangle > dist/event-target-shim.min.js",
|
|
"clean": "rimraf coverage dist",
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
|
"lint": "eslint lib test",
|
|
"postversion": "git push && git push --tags",
|
|
"preversion": "npm run build",
|
|
"test": "npm-run-all clean lint && karma start karma.conf.js --single-run",
|
|
"travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- test/**/*.js --require scripts/power-assert",
|
|
"watch": "karma start karma.conf.js --watch"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|