backoffice/node_modules/astw/package.json

77 lines
1.5 KiB
JSON

{
"_args": [
[
"astw@2.2.0",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "astw@2.2.0",
"_id": "astw@2.2.0",
"_inBundle": false,
"_integrity": "sha1-e9QXhNMkk5h66yOba04cV6hzuRc=",
"_location": "/astw",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "astw@2.2.0",
"name": "astw",
"escapedName": "astw",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/lexical-scope"
],
"_resolved": "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/astw/issues"
},
"dependencies": {
"acorn": "^4.0.3"
},
"description": "walk the ast with references to parent nodes",
"devDependencies": {
"escodegen": "~0.0.17",
"tape": "~2.4.1"
},
"homepage": "https://github.com/substack/astw",
"keywords": [
"ast",
"walk",
"source",
"acorn"
],
"license": "MIT",
"main": "index.js",
"name": "astw",
"repository": {
"type": "git",
"url": "git://github.com/substack/astw.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "2.2.0"
}