hensei-web/node_modules/babylon-walk/package.json
2020-09-11 06:44:42 -07:00

62 lines
1.6 KiB
JSON

{
"_from": "babylon-walk@^1.0.2",
"_id": "babylon-walk@1.0.2",
"_inBundle": false,
"_integrity": "sha1-OxWl3btIKni0zpwByLoYFwLZ1s4=",
"_location": "/babylon-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babylon-walk@^1.0.2",
"name": "babylon-walk",
"escapedName": "babylon-walk",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/parcel-bundler"
],
"_resolved": "https://registry.npmjs.org/babylon-walk/-/babylon-walk-1.0.2.tgz",
"_shasum": "3b15a5ddbb482a78b4ce9c01c8ba181702d9d6ce",
"_spec": "babylon-walk@^1.0.2",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
"bugs": {
"url": "https://github.com/pugjs/babylon-walk/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-runtime": "^6.11.6",
"babel-types": "^6.15.0",
"lodash.clone": "^4.5.0"
},
"deprecated": false,
"description": "Lightweight Babylon AST traversal",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0"
},
"files": [
"lib",
"src"
],
"homepage": "https://github.com/pugjs/babylon-walk#readme",
"jsnext:main": "src/index.js",
"license": "MIT",
"main": "lib/index.js",
"name": "babylon-walk",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/babylon-walk.git"
},
"scripts": {
"prepublish": "babel -d lib src"
},
"version": "1.0.2"
}