![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/array-intersect/ |
{ "name": "array-intersect", "description": "", "main": "dist/array-intersect.js", "module": "dist/array-intersect.module.js", "jsnext:main": "dist/array-intersect.module.js", "version": "0.0.1", "license": "MIT", "repository": "callmecavs/array-intersect", "author": { "name": "Michael Cavalea", "email": "[email protected]", "url": "http://callmecavs.com/" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w -m inline", "prebuild": "rm -rf dist", "prepublish": "npm run test", "pretest": "npm run build", "server": "python -m SimpleHTTPServer 3000", "test": "standard 'src/**/*.js' 'test/**/*.js' && mocha" }, "keywords": [ "array", "intersect" ], "devDependencies": { "@babel/core": "^7.0.0-beta.34", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.34", "@babel/preset-env": "^7.0.0-beta.34", "chai": "^4.1.2", "mocha": "^4.0.1", "rollup": "^0.52.1", "rollup-plugin-babel": "^4.0.0-beta.0", "rollup-plugin-node-resolve": "^3.0.0", "standard": "^10.0.3" } }