You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB
JSON

5 years ago
{
"_from": "call-matcher@^1.0.0",
"_id": "call-matcher@1.1.0",
"_inBundle": false,
"_integrity": "sha512-IoQLeNwwf9KTNbtSA7aEBb1yfDbdnzwjCetjkC8io5oGeOmK2CBNdg0xr+tadRYKO0p7uQyZzvon0kXlZbvGrw==",
"_location": "/call-matcher",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "call-matcher@^1.0.0",
"name": "call-matcher",
"escapedName": "call-matcher",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/babel-plugin-espower"
],
"_resolved": "https://registry.npmjs.org/call-matcher/-/call-matcher-1.1.0.tgz",
"_shasum": "23b2c1bc7a8394c8be28609d77ddbd5786680432",
"_spec": "call-matcher@^1.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/babel-plugin-espower",
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"bugs": {
"url": "https://github.com/twada/call-matcher/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-js": "^2.0.0",
"deep-equal": "^1.0.0",
"espurify": "^1.6.0",
"estraverse": "^4.0.0"
},
"deprecated": false,
"description": "ECMAScript CallExpression matcher made from function/method signature",
"devDependencies": {
"babel-types": "^6.3.21",
"babylon": "^6.3.21",
"browserify": "^13.0.0",
"derequire": "^2.0.2",
"dereserve": "^1.0.0",
"esprima": "^4.0.0",
"jshint": "^2.8.0",
"licensify": "^3.1.1",
"mocha": "^5.0.0",
"package-json-filterify": "^1.0.4"
},
"files": [
"CHANGELOG.md",
"MIT-LICENSE.txt",
"README.md",
"index.js",
"dist/call-matcher.js"
],
"homepage": "https://github.com/twada/call-matcher",
"keywords": [
"ast",
"estree",
"ecmascript"
],
"license": "MIT",
"main": "index.js",
"name": "call-matcher",
"repository": {
"type": "git",
"url": "git://github.com/twada/call-matcher.git"
},
"scripts": {
"dist": "mkdir -p dist && browserify index.js --plugin licensify --global-transform package-json-filterify --standalone CallMatcher | dereserve | derequire > ./dist/call-matcher.js",
"lint": "jshint index.js",
"preversion": "npm test",
"test": "npm run lint && mocha test",
"version": "npm run dist && git add -A dist"
},
"version": "1.1.0"
}