Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "is-plain-object",
|
---|
3 | "description": "Returns true if an object was created by the `Object` constructor.",
|
---|
4 | "version": "2.0.4",
|
---|
5 | "homepage": "https://github.com/jonschlinkert/is-plain-object",
|
---|
6 | "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
---|
7 | "contributors": [
|
---|
8 | "Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
---|
9 | "Osman Nuri Okumuş (http://onokumus.com)",
|
---|
10 | "Steven Vachon (https://svachon.com)",
|
---|
11 | "(https://github.com/wtgtybhertgeghgtwtg)"
|
---|
12 | ],
|
---|
13 | "repository": "jonschlinkert/is-plain-object",
|
---|
14 | "bugs": {
|
---|
15 | "url": "https://github.com/jonschlinkert/is-plain-object/issues"
|
---|
16 | },
|
---|
17 | "license": "MIT",
|
---|
18 | "files": [
|
---|
19 | "index.d.ts",
|
---|
20 | "index.js"
|
---|
21 | ],
|
---|
22 | "main": "index.js",
|
---|
23 | "engines": {
|
---|
24 | "node": ">=0.10.0"
|
---|
25 | },
|
---|
26 | "scripts": {
|
---|
27 | "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
|
---|
28 | "test_browser": "mocha-phantomjs test/browser.html",
|
---|
29 | "test_node": "mocha",
|
---|
30 | "test": "npm run test_node && npm run browserify && npm run test_browser"
|
---|
31 | },
|
---|
32 | "dependencies": {
|
---|
33 | "isobject": "^3.0.1"
|
---|
34 | },
|
---|
35 | "devDependencies": {
|
---|
36 | "browserify": "^14.4.0",
|
---|
37 | "chai": "^4.0.2",
|
---|
38 | "gulp-format-md": "^1.0.0",
|
---|
39 | "mocha": "^3.4.2",
|
---|
40 | "mocha-phantomjs": "^4.1.0",
|
---|
41 | "phantomjs": "^2.1.7",
|
---|
42 | "uglify-js": "^3.0.24"
|
---|
43 | },
|
---|
44 | "keywords": [
|
---|
45 | "check",
|
---|
46 | "is",
|
---|
47 | "is-object",
|
---|
48 | "isobject",
|
---|
49 | "javascript",
|
---|
50 | "kind",
|
---|
51 | "kind-of",
|
---|
52 | "object",
|
---|
53 | "plain",
|
---|
54 | "type",
|
---|
55 | "typeof",
|
---|
56 | "value"
|
---|
57 | ],
|
---|
58 | "types": "index.d.ts",
|
---|
59 | "verb": {
|
---|
60 | "toc": false,
|
---|
61 | "layout": "default",
|
---|
62 | "tasks": [
|
---|
63 | "readme"
|
---|
64 | ],
|
---|
65 | "plugins": [
|
---|
66 | "gulp-format-md"
|
---|
67 | ],
|
---|
68 | "related": {
|
---|
69 | "list": [
|
---|
70 | "is-number",
|
---|
71 | "isobject",
|
---|
72 | "kind-of"
|
---|
73 | ]
|
---|
74 | },
|
---|
75 | "lint": {
|
---|
76 | "reflinks": true
|
---|
77 | }
|
---|
78 | }
|
---|
79 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.