@zkochan/pnpm
Version:
A fast implementation of npm install
147 lines (146 loc) • 3.97 kB
JSON
{
"_args": [
[
{
"raw": "string.prototype.trim@~1.1.2",
"scope": null,
"escapedName": "string.prototype.trim",
"name": "string.prototype.trim",
"rawSpec": "~1.1.2",
"spec": ">=1.1.2 <1.2.0",
"type": "range"
},
"C:\\src\\pnpm\\node_modules\\tape"
]
],
"_from": "string.prototype.trim@>=1.1.2 <1.2.0",
"_id": "string.prototype.trim@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/string.prototype.trim",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/string.prototype.trim-1.1.2.tgz_1454751443709_0.9118233555927873"
},
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "string.prototype.trim@~1.1.2",
"scope": null,
"escapedName": "string.prototype.trim",
"name": "string.prototype.trim",
"rawSpec": "~1.1.2",
"spec": ">=1.1.2 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/tape"
],
"_resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz",
"_shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
"_shrinkwrap": null,
"_spec": "string.prototype.trim@~1.1.2",
"_where": "C:\\src\\pnpm\\node_modules\\tape",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"bugs": {
"url": "https://github.com/es-shims/String.prototype.trim/issues"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"define-properties": "^1.1.2",
"es-abstract": "^1.5.0",
"function-bind": "^1.0.2"
},
"description": "ES5 spec-compliant shim for String.prototype.trim",
"devDependencies": {
"@es-shims/api": "^1.0.0",
"@ljharb/eslint-config": "^1.6.1",
"covert": "^1.1.0",
"eslint": "^1.10.3",
"jscs": "^2.9.0",
"nsp": "^2.2.0",
"replace": "^0.3.0",
"semver": "^5.1.0",
"tape": "^4.4.0"
},
"directories": {},
"dist": {
"shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "7894aca30500058496b701919121b895d13c62eb",
"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
"keywords": [
"String.prototype.trim",
"string",
"ES5",
"shim",
"trim",
"polyfill",
"es-shim API"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "string.prototype.trim",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/es-shims/String.prototype.trim.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run jscs && npm run eslint",
"security": "nsp check",
"test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security",
"test:module": "node test/index.js",
"test:shimmed": "node test/shimmed.js",
"tests-only": "npm run test:shimmed && npm run test:module"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/9.0..latest",
"firefox/4.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/11.6..latest",
"opera/next",
"safari/5.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "1.1.2"
}