UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

105 lines (104 loc) 2.47 kB
{ "_args": [ [ { "raw": "ast-types@0.8.12", "scope": null, "escapedName": "ast-types", "name": "ast-types", "rawSpec": "0.8.12", "spec": "0.8.12", "type": "version" }, "C:\\src\\pnpm\\node_modules\\recast" ] ], "_from": "ast-types@0.8.12", "_id": "ast-types@0.8.12", "_inCache": true, "_installable": true, "_location": "/ast-types", "_npmUser": { "name": "benjamn", "email": "bn@cs.stanford.edu" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "raw": "ast-types@0.8.12", "scope": null, "escapedName": "ast-types", "name": "ast-types", "rawSpec": "0.8.12", "spec": "0.8.12", "type": "version" }, "_requiredBy": [ "/recast" ], "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz", "_shasum": "a0d90e4351bb887716c83fd637ebf818af4adfcc", "_shrinkwrap": null, "_spec": "ast-types@0.8.12", "_where": "C:\\src\\pnpm\\node_modules\\recast", "author": { "name": "Ben Newman", "email": "bn@cs.stanford.edu" }, "bugs": { "url": "https://github.com/benjamn/ast-types/issues" }, "dependencies": {}, "description": "Esprima-compatible implementation of the Mozilla JS Parser API", "devDependencies": { "babel-core": "^5.6.15", "esprima": "~1.2.2", "esprima-fb": "~14001.1.0-dev-harmony-fb", "mocha": "~2.2.5" }, "directories": {}, "dist": { "shasum": "a0d90e4351bb887716c83fd637ebf818af4adfcc", "tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz" }, "engines": { "node": ">= 0.8" }, "gitHead": "0be34f9649991dc7d6cf6b0f8e6f0d6f63b31171", "homepage": "http://github.com/benjamn/ast-types", "keywords": [ "ast", "abstract syntax tree", "hierarchy", "mozilla", "spidermonkey", "parser api", "esprima", "types", "type system", "type checking", "dynamic types", "parsing", "transformation", "syntax" ], "license": "MIT", "main": "main.js", "maintainers": [ { "name": "benjamn", "email": "bn@cs.stanford.edu" } ], "name": "ast-types", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/benjamn/ast-types.git" }, "scripts": { "test": "mocha --reporter spec --full-trace test/run.js" }, "version": "0.8.12" }