Blame view

node_modules/acorn-dynamic-import/package.json 2.81 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  {
    "_args": [
      [
        "acorn-dynamic-import@2.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "acorn-dynamic-import@2.0.2",
    "_id": "acorn-dynamic-import@2.0.2",
    "_inBundle": false,
    "_integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
    "_location": "/acorn-dynamic-import",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "acorn-dynamic-import@2.0.2",
      "name": "acorn-dynamic-import",
      "escapedName": "acorn-dynamic-import",
      "rawSpec": "2.0.2",
      "saveSpec": null,
      "fetchSpec": "2.0.2"
    },
    "_requiredBy": [
      "/webpack"
    ],
    "_resolved": "http://registry.npm.taobao.org/acorn-dynamic-import/download/acorn-dynamic-import-2.0.2.tgz",
    "_spec": "2.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jordan Gensler",
      "email": "jordangens@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/kesne/acorn-dynamic-import/issues"
    },
    "dependencies": {
      "acorn": "^4.0.3"
    },
    "description": "Support dynamic imports in acorn",
    "devDependencies": {
      "babel-cli": "^6.18.0",
      "babel-eslint": "^7.1.1",
      "babel-preset-airbnb": "^2.1.1",
      "babel-register": "^6.18.0",
      "chai": "^3.0.0",
      "eslint": "^3.10.2",
      "eslint-config-airbnb-base": "^10.0.1",
      "eslint-plugin-import": "^2.2.0",
      "in-publish": "^2.0.0",
      "mocha": "^2.2.5",
      "rimraf": "^2.5.4",
      "safe-publish-latest": "^1.1.1"
    },
    "homepage": "https://github.com/kesne/acorn-dynamic-import",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "acorn-dynamic-import",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/kesne/acorn-dynamic-import.git"
    },
    "scripts": {
      "build": "babel src --out-dir lib",
      "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
      "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
      "lint": "eslint .",
      "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
      "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
      "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
      "tag": "git tag v$npm_package_version",
      "test": "npm run lint && npm run tests-only",
      "tests-only": "mocha",
      "version:major": "npm --no-git-tag-version version major",
      "version:minor": "npm --no-git-tag-version version minor",
      "version:patch": "npm --no-git-tag-version version patch"
    },
    "version": "2.0.2"
  }