package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-json-strings@7.2.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-json-strings@7.2.0",
  10. "_id": "@babel/plugin-syntax-json-strings@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-cr0T9v/h0lk4Ep0qGGsR/WKVFHA=",
  13. "_location": "/@babel/plugin-syntax-json-strings",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-json-strings@7.2.0",
  19. "name": "@babel/plugin-syntax-json-strings",
  20. "escapedName": "@babel%2fplugin-syntax-json-strings",
  21. "scope": "@babel",
  22. "rawSpec": "7.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.2.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-json-strings",
  28. "/@babel/preset-env"
  29. ],
  30. "_resolved": "http://registry.npm.taobao.org/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.2.0.tgz",
  31. "_spec": "7.2.0",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "dependencies": {
  34. "@babel/helper-plugin-utils": "^7.0.0"
  35. },
  36. "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
  37. "devDependencies": {
  38. "@babel/core": "^7.2.0"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-syntax-json-strings",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"
  55. },
  56. "version": "7.2.0"
  57. }