@zkochan/pnpm
Version:
Fast, disk space efficient package manager
150 lines (149 loc) • 6.94 kB
JSON
{
"_args": [
[
{
"raw": "has-to-string-tag-x@^1.2.0",
"scope": null,
"escapedName": "has-to-string-tag-x",
"name": "has-to-string-tag-x",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/isurl"
]
],
"_from": "has-to-string-tag-x@>=1.2.0 <2.0.0",
"_id": "has-to-string-tag-x@1.4.1",
"_inCache": true,
"_location": "/has-to-string-tag-x",
"_nodeVersion": "6.11.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/has-to-string-tag-x-1.4.1.tgz_1504281615604_0.08937921049073339"
},
"_npmUser": {
"name": "xotic750",
"email": "xotic750@gmail.com"
},
"_npmVersion": "5.4.0",
"_phantomChildren": {},
"_requested": {
"raw": "has-to-string-tag-x@^1.2.0",
"scope": null,
"escapedName": "has-to-string-tag-x",
"name": "has-to-string-tag-x",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/isurl"
],
"_resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
"_shasum": "a045ab383d7b4b2012a00148ab0aa5f290044d4d",
"_shrinkwrap": null,
"_spec": "has-to-string-tag-x@^1.2.0",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/isurl",
"author": {
"name": "Graham Fairweather",
"email": "xotic750@gmail.com"
},
"bugs": {
"url": "https://github.com/Xotic750/has-to-string-tag-x/issues"
},
"copyright": "Copyright (c) 2015-2017",
"dependencies": {
"has-symbol-support-x": "^1.4.1"
},
"description": "Tests if ES6 @@toStringTag is supported.",
"devDependencies": {
"@xotic750/eslint-config-standard-x": "^2.2.1",
"browserify": "^14.4.0",
"browserify-derequire": "^0.9.4",
"cross-env": "^5.0.1",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.3",
"es7-shim": "^6.0.0",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-css-modules": "^2.7.2",
"eslint-plugin-eslint-comments": "^1.0.2",
"eslint-plugin-jsdoc": "^3.1.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"husky": "^0.13.4",
"jasmine-node": "^1.14.5",
"jsdoc-to-markdown": "^3.0.0",
"json3": "^3.3.2",
"make-jasmine-spec-runner-html": "^1.3.0",
"ncp": "^2.0.0",
"nodemon": "^1.11.0",
"nsp": "^2.6.3",
"parallelshell": "^3.0.1",
"replace-x": "^1.5.0",
"rimraf": "^2.6.1",
"serve": "^6.0.2",
"uglify-js": "^3.0.24"
},
"directories": {},
"dist": {
"integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==",
"shasum": "a045ab383d7b4b2012a00148ab0aa5f290044d4d",
"tarball": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "95e79d6f980f1f51e84d92418f03e4e10a6e6fed",
"homepage": "https://github.com/Xotic750/has-to-string-tag-x",
"keywords": [
"ES6",
"hasToStringTag",
"module",
"javascript",
"nodejs",
"browser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "xotic750",
"email": "xotic750@gmail.com"
}
],
"name": "has-to-string-tag-x",
"optionalDependencies": {},
"readme": "<a href=\"https://travis-ci.org/Xotic750/has-to-string-tag-x\"\n title=\"Travis status\">\n<img\n src=\"https://travis-ci.org/Xotic750/has-to-string-tag-x.svg?branch=master\"\n alt=\"Travis status\" height=\"18\"/>\n</a>\n<a href=\"https://david-dm.org/Xotic750/has-to-string-tag-x\"\n title=\"Dependency status\">\n<img src=\"https://david-dm.org/Xotic750/has-to-string-tag-x.svg\"\n alt=\"Dependency status\" height=\"18\"/>\n</a>\n<a href=\"https://david-dm.org/Xotic750/has-to-string-tag-x#info=devDependencies\"\n title=\"devDependency status\">\n<img src=\"https://david-dm.org/Xotic750/has-to-string-tag-x/dev-status.svg\"\n alt=\"devDependency status\" height=\"18\"/>\n</a>\n<a href=\"https://badge.fury.io/js/has-to-string-tag-x\" title=\"npm version\">\n<img src=\"https://badge.fury.io/js/has-to-string-tag-x.svg\"\n alt=\"npm version\" height=\"18\"/>\n</a>\n<a name=\"module_has-to-string-tag-x\"></a>\n\n## has-to-string-tag-x\nTests if ES6 @@toStringTag is supported.\n\n**See**: [26.3.1 @@toStringTag](http://www.ecma-international.org/ecma-262/6.0/#sec-@@tostringtag) \n**Version**: 1.4.1 \n**Author**: Xotic750 <Xotic750@gmail.com> \n**License**: [MIT](<https://opensource.org/licenses/MIT>) \n**Copyright**: Xotic750 \n<a name=\"exp_module_has-to-string-tag-x--module.exports\"></a>\n\n### `module.exports` : <code>boolean</code> ⏏\nIndicates if `Symbol.toStringTag`exists and is the correct type.\n`true`, if it exists and is the correct type, otherwise `false`.\n\n**Kind**: Exported member \n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Xotic750/has-to-string-tag-x.git"
},
"scripts": {
"browserify": "browserify -p browserify-derequire -e index.js -o lib/has-to-string-tag-x.js -u 'crypto' -s returnExports",
"build": "npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security",
"build:description": "replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js",
"build:jasmine": "npm run clean:jasmine && make-jasmine-spec-runner-html",
"build:name": "replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js",
"build:replace": "npm run build:setver && npm run build:name && npm run build:description",
"build:setver": "replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js",
"clean": "rimraf README.md lib/*",
"clean:all": "npm run clean:jasmine && npm run clean",
"clean:jasmine": "rimraf tests/index.html tests/run.js",
"docs": "npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md",
"docs:badges": "ncp badges.html README.md && npm run docs:name",
"docs:name": "replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md",
"lint": "eslint *.js tests/spec/*.js",
"lint-fix": "npm run lint -- --fix",
"precommit": "npm run production",
"prepush": "npm run production",
"production": "npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build",
"security": "nsp check",
"start": "parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"",
"test": "jasmine-node --matchall tests/spec/",
"uglify": "uglifyjs lib/has-to-string-tag-x.js -o lib/has-to-string-tag-x.min.js --config-file .uglifyjsrc.json"
},
"version": "1.4.1"
}