package.json 2.76 KB
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "_args": [
    [
      "cleave.js@1.6.0",
      "/Users/rokaux/Sites/around-new"
    ]
  ],
  "_from": "cleave.js@1.6.0",
  "_id": "cleave.js@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-ivqesy3j5hQVG3gywPfwKPbi/7ZSftY/UNp5uphnqjr25yI2CP8FS2ODQPzuLXXnNLi29e2+PgPkkiKUXLs/Nw==",
  "_location": "/cleave.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cleave.js@1.6.0",
    "name": "cleave.js",
    "escapedName": "cleave.js",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cleave.js/-/cleave.js-1.6.0.tgz",
  "_spec": "1.6.0",
  "_where": "/Users/rokaux/Sites/around-new",
  "author": {
    "name": "Max Huang",
    "email": "risonhuang@gmail.com",
    "url": "http://github.com/nosir"
  },
  "bugs": {
    "url": "https://github.com/nosir/cleave.js/issues"
  },
  "description": "JavaScript library for formatting input text content when you are typing",
  "devDependencies": {
    "babel-core": "^6.11.4",
    "babel-eslint": "^6.0.5",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "create-react-class": "^15.5.2",
    "del": "^3.0.0",
    "errorify": "^0.3.1",
    "eslint-plugin-react": "^5.2.2",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^2.0.0",
    "gulp-header": "^1.8.3",
    "gulp-mocha": "^2.2.0",
    "gulp-mocha-phantomjs": "^0.12.0",
    "gulp-rename": "^1.2.2",
    "gulp-rimraf": "^0.2.0",
    "gulp-sync": "^0.1.4",
    "gulp-uglify": "^1.5.3",
    "mocha": "^3.1.2",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "require-dir": "^0.3.0",
    "rollup": "^1.7.0",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-terser": "^4.0.4",
    "should": "^9.0.0",
    "underscore": "^1.8.3",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0",
    "webpack": "^1.13.1",
    "webpack-stream": "^3.2.0"
  },
  "docs": "https://github.com/nosir/cleave.js/blob/master/README.md",
  "files": [
    "src",
    "dist",
    "react.js"
  ],
  "homepage": "https://github.com/nosir/cleave.js",
  "keywords": [
    "cleave",
    "javascript",
    "html",
    "format",
    "form",
    "input",
    "input-mask",
    "mask",
    "formatter",
    "filter",
    "vanilla",
    "react"
  ],
  "license": "Apache-2.0",
  "main": "dist/cleave.js",
  "module": "dist/cleave-esm.js",
  "name": "cleave.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nosir/cleave.js.git"
  },
  "scripts": {
    "build": "gulp build",
    "test": "gulp test"
  },
  "title": "cleave.js",
  "version": "1.6.0"
}