package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "is-symbol@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-symbol@1.0.2",
  10. "_id": "is-symbol@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oFX2rlcZLK7jKeeoYBGLSXqVDzg=",
  13. "_location": "/is-symbol",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-symbol@1.0.2",
  19. "name": "is-symbol",
  20. "escapedName": "is-symbol",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/es-to-primitive"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-symbol/download/is-symbol-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/is-symbol/issues"
  36. },
  37. "dependencies": {
  38. "has-symbols": "^1.0.0"
  39. },
  40. "description": "Determine if a value is an ES6 Symbol or not.",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^12.2.1",
  43. "covert": "^1.1.0",
  44. "eslint": "^4.19.1",
  45. "jscs": "^3.0.7",
  46. "nsp": "^3.2.1",
  47. "object-inspect": "^1.6.0",
  48. "safe-publish-latest": "^1.1.2",
  49. "semver": "^5.5.0",
  50. "tape": "^4.9.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "homepage": "https://github.com/ljharb/is-symbol#readme",
  56. "keywords": [
  57. "symbol",
  58. "es6",
  59. "is",
  60. "Symbol"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-symbol",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/ljharb/is-symbol.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test",
  71. "eslint": "eslint *.js */*.js",
  72. "jscs": "jscs *.js */*.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "posttest": "npm run security",
  75. "prepublish": "safe-publish-latest",
  76. "pretest": "npm run lint",
  77. "security": "nsp check",
  78. "test": "npm run tests-only",
  79. "tests-only": "node --es-staging --harmony test"
  80. },
  81. "testling": {
  82. "files": "test/index.js",
  83. "browsers": [
  84. "iexplore/6.0..latest",
  85. "firefox/3.0..6.0",
  86. "firefox/15.0..latest",
  87. "firefox/nightly",
  88. "chrome/4.0..10.0",
  89. "chrome/20.0..latest",
  90. "chrome/canary",
  91. "opera/10.0..latest",
  92. "opera/next",
  93. "safari/4.0..latest",
  94. "ipad/6.0..latest",
  95. "iphone/6.0..latest",
  96. "android-browser/4.2"
  97. ]
  98. },
  99. "version": "1.0.2"
  100. }