1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "escope@^3.6.0",
- "_id": "escope@3.6.0",
- "_inBundle": false,
- "_integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
- "_location": "/escope",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "escope@^3.6.0",
- "name": "escope",
- "escapedName": "escope",
- "rawSpec": "^3.6.0",
- "saveSpec": null,
- "fetchSpec": "^3.6.0"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
- "_shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
- "_spec": "escope@^3.6.0",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/webpack",
- "bugs": {
- "url": "https://github.com/estools/escope/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "es6-map": "^0.1.3",
- "es6-weak-map": "^2.0.1",
- "esrecurse": "^4.1.0",
- "estraverse": "^4.1.1"
- },
- "deprecated": false,
- "description": "ECMAScript scope analyzer",
- "devDependencies": {
- "babel": "^6.3.26",
- "babel-preset-es2015": "^6.3.13",
- "babel-register": "^6.3.13",
- "browserify": "^13.0.0",
- "chai": "^3.4.1",
- "espree": "^3.1.1",
- "esprima": "^2.7.1",
- "gulp": "^3.9.0",
- "gulp-babel": "^6.1.1",
- "gulp-bump": "^1.0.0",
- "gulp-eslint": "^1.1.1",
- "gulp-espower": "^1.0.2",
- "gulp-filter": "^3.0.1",
- "gulp-git": "^1.6.1",
- "gulp-mocha": "^2.2.0",
- "gulp-plumber": "^1.0.1",
- "gulp-sourcemaps": "^1.6.0",
- "gulp-tag-version": "^1.3.0",
- "jsdoc": "^3.4.0",
- "lazypipe": "^1.0.1",
- "vinyl-source-stream": "^1.1.0"
- },
- "engines": {
- "node": ">=0.4.0"
- },
- "homepage": "http://github.com/estools/escope",
- "license": "BSD-2-Clause",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "Yusuke Suzuki",
- "email": "utatane.tea@gmail.com",
- "url": "http://github.com/Constellation"
- }
- ],
- "name": "escope",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/estools/escope.git"
- },
- "scripts": {
- "jsdoc": "jsdoc src/*.js README.md",
- "lint": "gulp lint",
- "test": "gulp travis",
- "unit-test": "gulp test"
- },
- "version": "3.6.0"
- }
|