123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_args": [
- [
- {
- "raw": "escope@^3.6.0",
- "scope": null,
- "escapedName": "escope",
- "name": "escope",
- "rawSpec": "^3.6.0",
- "spec": ">=3.6.0 <4.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/webpack"
- ]
- ],
- "_from": "escope@>=3.6.0 <4.0.0",
- "_id": "escope@3.6.0",
- "_inCache": true,
- "_location": "/escope",
- "_nodeVersion": "0.12.9",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/escope-3.6.0.tgz_1457720018969_0.025237560039386153"
- },
- "_npmUser": {
- "name": "nzakas",
- "email": "nicholas@nczconsulting.com"
- },
- "_npmVersion": "2.14.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "escope@^3.6.0",
- "scope": null,
- "escapedName": "escope",
- "name": "escope",
- "rawSpec": "^3.6.0",
- "spec": ">=3.6.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
- "_shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
- "_shrinkwrap": null,
- "_spec": "escope@^3.6.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/webpack",
- "bugs": {
- "url": "https://github.com/estools/escope/issues"
- },
- "dependencies": {
- "es6-map": "^0.1.3",
- "es6-weak-map": "^2.0.1",
- "esrecurse": "^4.1.0",
- "estraverse": "^4.1.1"
- },
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
- "tarball": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
- },
- "engines": {
- "node": ">=0.4.0"
- },
- "gitHead": "aa35861faa76a09f01203dee3497a939d70b463c",
- "homepage": "http://github.com/estools/escope",
- "license": "BSD-2-Clause",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "constellation",
- "email": "utatane.tea@gmail.com"
- },
- {
- "name": "michaelficarra",
- "email": "npm@michael.ficarra.me"
- },
- {
- "name": "nzakas",
- "email": "nicholas@nczconsulting.com"
- }
- ],
- "name": "escope",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|