UNPKG

pnpm

Version:

A fast implementation of npm install

108 lines (107 loc) 2.61 kB
{ "_args": [ [ { "raw": "camelcase@^3.0.0", "scope": null, "escapedName": "camelcase", "name": "camelcase", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "/home/zkochan/src/pnpm/node_modules/camelcase-keys" ] ], "_from": "camelcase@>=3.0.0 <4.0.0", "_id": "camelcase@3.0.0", "_inCache": true, "_location": "/camelcase", "_nodeVersion": "4.4.2", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/camelcase-3.0.0.tgz_1462383205197_0.03801905922591686" }, "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "_npmVersion": "3.8.9", "_phantomChildren": {}, "_requested": { "raw": "camelcase@^3.0.0", "scope": null, "escapedName": "camelcase", "name": "camelcase", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/camelcase-keys" ], "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", "_shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a", "_shrinkwrap": null, "_spec": "camelcase@^3.0.0", "_where": "/home/zkochan/src/pnpm/node_modules/camelcase-keys", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/camelcase/issues" }, "dependencies": {}, "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar", "devDependencies": { "ava": "*", "xo": "*" }, "directories": {}, "dist": { "shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a", "tarball": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "d4de0e37b625e38a880efc6517194917a5beda01", "homepage": "https://github.com/sindresorhus/camelcase#readme", "keywords": [ "camelcase", "camel-case", "camel", "case", "dash", "hyphen", "dot", "underscore", "separator", "string", "text", "convert" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "camelcase", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/camelcase.git" }, "scripts": { "test": "xo && ava" }, "version": "3.0.0" }