package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_args": [
  3. [
  4. "has-to-string-tag-x@^1.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/isurl"
  6. ]
  7. ],
  8. "_from": "has-to-string-tag-x@>=1.2.0 <2.0.0",
  9. "_id": "has-to-string-tag-x@1.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-to-string-tag-x",
  13. "_nodeVersion": "6.11.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/has-to-string-tag-x-1.4.1.tgz_1504281615604_0.08937921049073339"
  17. },
  18. "_npmUser": {
  19. "email": "xotic750@gmail.com",
  20. "name": "xotic750"
  21. },
  22. "_npmVersion": "5.4.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "has-to-string-tag-x",
  26. "raw": "has-to-string-tag-x@^1.2.0",
  27. "rawSpec": "^1.2.0",
  28. "scope": null,
  29. "spec": ">=1.2.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/isurl"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
  36. "_shasum": "a045ab383d7b4b2012a00148ab0aa5f290044d4d",
  37. "_shrinkwrap": null,
  38. "_spec": "has-to-string-tag-x@^1.2.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/isurl",
  40. "author": {
  41. "email": "xotic750@gmail.com",
  42. "name": "Graham Fairweather"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/Xotic750/has-to-string-tag-x/issues"
  46. },
  47. "copyright": "Copyright (c) 2015-2017",
  48. "dependencies": {
  49. "has-symbol-support-x": "^1.4.1"
  50. },
  51. "description": "Tests if ES6 @@toStringTag is supported.",
  52. "devDependencies": {
  53. "@xotic750/eslint-config-standard-x": "^2.2.1",
  54. "browserify": "^14.4.0",
  55. "browserify-derequire": "^0.9.4",
  56. "cross-env": "^5.0.1",
  57. "es5-shim": "^4.5.9",
  58. "es6-shim": "^0.35.3",
  59. "es7-shim": "^6.0.0",
  60. "eslint": "^4.2.0",
  61. "eslint-plugin-compat": "^1.0.4",
  62. "eslint-plugin-css-modules": "^2.7.2",
  63. "eslint-plugin-eslint-comments": "^1.0.2",
  64. "eslint-plugin-jsdoc": "^3.1.1",
  65. "eslint-plugin-json": "^1.2.0",
  66. "eslint-plugin-no-use-extend-native": "^0.3.12",
  67. "husky": "^0.13.4",
  68. "jasmine-node": "^1.14.5",
  69. "jsdoc-to-markdown": "^3.0.0",
  70. "json3": "^3.3.2",
  71. "make-jasmine-spec-runner-html": "^1.3.0",
  72. "ncp": "^2.0.0",
  73. "nodemon": "^1.11.0",
  74. "nsp": "^2.6.3",
  75. "parallelshell": "^3.0.1",
  76. "replace-x": "^1.5.0",
  77. "rimraf": "^2.6.1",
  78. "serve": "^6.0.2",
  79. "uglify-js": "^3.0.24"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==",
  84. "shasum": "a045ab383d7b4b2012a00148ab0aa5f290044d4d",
  85. "tarball": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz"
  86. },
  87. "engines": {
  88. "node": "*"
  89. },
  90. "gitHead": "95e79d6f980f1f51e84d92418f03e4e10a6e6fed",
  91. "homepage": "https://github.com/Xotic750/has-to-string-tag-x",
  92. "keywords": [
  93. "ES6",
  94. "browser",
  95. "hasToStringTag",
  96. "javascript",
  97. "module",
  98. "nodejs"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "maintainers": [
  103. {
  104. "name": "xotic750",
  105. "email": "xotic750@gmail.com"
  106. }
  107. ],
  108. "name": "has-to-string-tag-x",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/Xotic750/has-to-string-tag-x.git"
  114. },
  115. "scripts": {
  116. "browserify": "browserify -p browserify-derequire -e index.js -o lib/has-to-string-tag-x.js -u 'crypto' -s returnExports",
  117. "build": "npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security",
  118. "build:description": "replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js",
  119. "build:jasmine": "npm run clean:jasmine && make-jasmine-spec-runner-html",
  120. "build:name": "replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js",
  121. "build:replace": "npm run build:setver && npm run build:name && npm run build:description",
  122. "build:setver": "replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js",
  123. "clean": "rimraf README.md lib/*",
  124. "clean:all": "npm run clean:jasmine && npm run clean",
  125. "clean:jasmine": "rimraf tests/index.html tests/run.js",
  126. "docs": "npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md",
  127. "docs:badges": "ncp badges.html README.md && npm run docs:name",
  128. "docs:name": "replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md",
  129. "lint": "eslint *.js tests/spec/*.js",
  130. "lint-fix": "npm run lint -- --fix",
  131. "precommit": "npm run production",
  132. "prepush": "npm run production",
  133. "production": "npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build",
  134. "security": "nsp check",
  135. "start": "parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"",
  136. "test": "jasmine-node --matchall tests/spec/",
  137. "uglify": "uglifyjs lib/has-to-string-tag-x.js -o lib/has-to-string-tag-x.min.js --config-file .uglifyjsrc.json"
  138. },
  139. "version": "1.4.1"
  140. }